home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 4
/
Precision Software Applications Silver Collection Volume 4 (1993).iso
/
misc
/
snepar10.exe
/
INSTALL.DAT
< prev
next >
Wrap
Text File
|
1992-03-16
|
2KB
|
110 lines
/* INSTALLATION OF PROGRAM: */
/*
* FILE:INSTALL.DAT
*
* DESC:
*/
@DefineProject
@Name = "Smart -N- Easy Party Planner" /* Program Name */
@Version = "1.0" /* Version Number */
@Subdir ="\\PARTY\\" /* This is the Default Install Directory */
@OutDrive =C
@Requires 1000000 /* Requires 3 meg of free disk space */
@EndProject
@Display
@Cls
Automated Systems
PO Box 503
West Paterson NJ 07424
(201) 812-1428
The Smart -N- Easy Party Planner Installation:
This program will install The @Name @version
evaluation program on your computer system and verify the
integrity of the distribution disk.
Note: This program requires a hard drive. If your system does not
have a hard drive, abort the installation.
You may press the [Esc] key at any time to abort the installation.
@Pause
@EndDisplay
@GetOutDrive
@Suppress A /* Do not allow installation to A: */
@Suppress B /* Do not allow installation to B: */
@Cls
On which drive do you wish to install The @Name?
@EndOutDrive
@GetSubdir
@Cls
Now you need to specify the destination subdirectory on your
hard disk where the @Name will be installed.
The default subdirectory @subdir will be used.
You may modify the directory name by backspacing over the
default directory and entering a new directory name.
@Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
@EndSubdir
/* First Disk */
@DefineDisk
@Label = "DISK 1"
@Beginlib PARTY.LIF
@File *.*
@Endlib
@EndDisk
@SetConfig
@ASKOverwrite
@Buffers = 20
@Files = 40
@EndConfig
@Finish
@Cls
@ChDrive @OutDrive /* change to the output drive */
@ChDir "@Subdir" /* change to the output subdirectory */
Installation Complete !
To Run The @Name program, Type PARTY
and press enter.
Note: If CONFIG.SYS has been created or modified,
you must reboot your system.
@pause
@EndFinish
/* end-of-file */